home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 January
/
Software of the Month Club 2000 January.iso
/
pc
/
Somc.dir
/
Internal_11_QuitHotspot.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-28
|
199 b
|
16 lines
on mouseUp
puppetSound(1, "Click")
go("Quit")
cursor(0)
end
on mouseEnter
doCursor()
set the visible of sprite 3 to 1
end
on mouseLeave
cursor(0)
set the visible of sprite 3 to 0
end